Apply the FlexGridGroupPanel extender in FlexGrid.
シンタックス
'宣言
Public Overloads Shared Function ShowGroupPanel(Of )( _
ByVal As FlexGridBuilder(Of T), _
ByVal As System.Action(Of FlexGridGroupPanelBuilder(Of T)), _
Optional ByVal As System.String _
) As FlexGridBuilder(Of T)
public static FlexGridBuilder<T> ShowGroupPanel<>(
FlexGridBuilder<T> ,
System.Action<FlexGridGroupPanelBuilder<T>> ,
System.string
)
パラメータ
- gridBuilder
- the specified flexgrid builder.
- gridGroupPanelBuilder
- the specified flexgridgrouppanel builder
- selector
- The specified selector for the FlexGridGroupPanel's host element.
型パラメータ
- T
参照